home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_656
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
236b
|
12 lines
on(press){
if(3 < eval("/Variables:InvNb"))
{
set("/Variables:Deplace",eval("/Variables:LargeurObjet"));
tellTarget("ControlFleche")
{
gotoAndStop("Deplace2");
play();
}
}
}